home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 October / Macformat17.cdr / Demos / Course Builder / Course Builder Eval. Doc / Course Builder Eval. Doc.rsrc / TEXT_129.txt < prev    next >
Encoding:
Text File  |  1994-06-16  |  9.7 KB  |  305 lines

  1. Course Builder Tools Overview
  2. >>    Double-click on the Course Builder V4.2 Evaluation icon.
  3.  
  4.  
  5.  
  6.  
  7. Demonstration version of Course Builder.
  8.  
  9. >>    Select 'OK' when you see the dialog informing you that this is a Demonstration version of Course Builder.
  10.  
  11. Course Builder's opening screen will be displayed for a short time followed by a dialog from which you can either begin a new application or open one previously created.
  12.  
  13. >>    Use the mouse to select the button labeled New (Command N)
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. This opens an empty Course Map, Course Builder's development environment.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. Development Tools
  49. Course Builder‚Äôs development tools are called States and are accessed through the Tool Palette along the left side of the screen. Each of these icons, except the arrow selection tool, contains a menu from which you select the type of State (or operation) for development of your program.
  50.  
  51. The Course Map is the area where you will place the states you select to build your application. This area is sectioned in an invisible grid which snaps the States into rows and columns when they are placed on the map.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. State Types and Functions
  82. There are six categories of States, each identified by a icon representative of the State's function.
  83.  
  84. ¬†               Output States are used to display information to the user.
  85.                  Outputs can be text, graphics, animation, video, sound or a combination.
  86.  
  87. ¬†               Input States are used to get information from the user. Input
  88.                 can be in the form of a mouse click, a radio button or check box selection, and text or numeric input from the keyboard.
  89.  
  90. ¬†               Group States provide ways of organizing your course as well
  91.                 as providing automatic sequencing of States.  Freeform Groups provide a way to break your course into sections; the Linear Group State provides automatic sequencing between your states without the need for Routes; the List Access Group provides a menu (list) from which users can select their own course flow; the One per Row and Random Pool Groups are good for testing purposes.
  92.  
  93. ¬†               Flow States control the program flow. Start and Stop States
  94.                 designate starting and ending points; Bridge and Return States allow the user to "jump to" other sections of the course or even another application; Menu States allow you to develop a custom menu from which users can select their own course flow.
  95.  
  96. ¬†               Function States provide a way to create and use
  97.                 mathematical calculations for your course, combine text answers, and give control of a multitude of variables supported by Course Builder. 
  98.  
  99.               ¬† Link States provide Course Builder's communication with
  100.                 applications outside your program including HyperCard, external Video Devices, and with the New Extension State, custom written code.
  101.  
  102. A typical Course Builder application will be made up of many States all connected by Routes.  This evaluation edition of Course Builder will allow you to create applications with up to 10 individual states on the Course Map.
  103.  
  104. Beginning your application
  105. First, you need to tell Course Builder where to begin your application.
  106.  
  107. ¬†               >>    Click and hold the mouse down on the Flow tools (5th icon
  108.                      down in the State tool palette).
  109.  
  110. ¬†                                           >>    Drag the mouse down to choose the 
  111.                                              Start State from the Flow menu     
  112.                                              and then release the mouse button.
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. >>    Move the cursor to the top center of your Course Map and click once to place a Start State in your application.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. Features of Course Builder States
  137. Course Builder's States have several key areas:
  138.  
  139. ¬†                                         ‚Ä¢    Entrance - a point located on the top
  140.                                                of the State to which Routes are
  141.                                                connected. 
  142.                                            ‚Ä¢    Exits - one or more points located
  143.                                                on the bottom of the State from
  144.                                                which you will drag a Route to show
  145.                                                where the course will go next. 
  146.                                            ‚Ä¢    Information Center - when you
  147.                                                double-click on the top one-third of the State, you will be presented with several Information Dialogs from which you can select special options for the State.
  148. ‚Ä¢    View - when you double-click on the lower 2/3rds of the State, you will be presented with the View where you set up what the user will see at Runtime.
  149.  
  150. A Closer Look at the Start State:
  151. Since Start States designate the beginning of your application, they do not have an Entrance, only one Exit node on the bottom of the State. The icon in the center tells you that this is a Start State.
  152.  
  153. >>    Double-click on this State and type Start in the 'State Name' field.
  154. >>    Select 'OK' to return to the Course Map.
  155.  
  156. Notice that the icon for your Start State is now titled with the same name you typed in the 'State Name' field.
  157.  
  158.  
  159.  
  160.  
  161. Setting up for a Welcome Screen
  162. The first display in this example will be a welcome and title screen. We will use a Graphic Design Output State to develop this presentation.
  163.  
  164. ¬†                >>    Click and hold the mouse down on the Output tools, the
  165.               2nd icon down in the State tool palette.
  166. >>    Drag the mouse down to highlight the Graphic Design Output State from this menu then release the mouse button.
  167. >>    Move the cursor to a point on the Course Map directly below the Start State and click once to add the Graphic Design Output State.
  168. >>    Double-click on the Information Center of the Graphic Design Output State (top one-third).
  169. >>    Click in the 'State Name' field and type Welcome.
  170.  
  171. Output State Information Center Features
  172. This dialog allows you to select from a variety of features which affect how this State performs at runtime.  These features include the option to hide the menu bar, selection of a window boarder, and option to automatically print the display to an output device.  A pop-up menu at the bottom of this dialog allows you to select a screen transition for this display.
  173.  
  174. A Transition is the visual effect created when changing from one display to another.  A number of different transition effects are available as well as options as to the speed of the transition.
  175.  
  176. >>    At the bottom of the dialog, hold the
  177.       mouse down on the 'Design Window
  178.       Transition:' pop-up menu.
  179.  
  180.  
  181.  
  182. >>    Drag down to highlight the
  183.       'Normal Effect' option and release
  184.       the mouse button.
  185.  
  186.  
  187. The transition menu now reads 'Normal Wipe L->R'.  When your program enters this Output State, the display will reveal in a 1 second wipe from left to right.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228. >>    Select ‚ÄòOK‚Äô to Return to the Course Map
  229.  
  230. Designating the end of the presentation:
  231. Now, you will add a Stop State to designate an ending point for your application.
  232.  
  233. ¬†              >>    Click and hold the mouse down on the Flow tools.
  234.  
  235. >>    Drag the mouse down to choose a Stop State from the Flow menu and then release the mouse button.
  236. >>    Move the cursor to a point on the Course Map directly below Welcome and click once to add the Stop State.
  237.  
  238. Stop States tell Course Builder where you application ends and therefore, do not have an Exit.
  239.  
  240. >>    Double-click on this State to display the Information Dialog.
  241.  
  242. The Information Dialog for Stop States contains the standard 'State Name' dialog along with information Course Builder will use when your application Bridges (jumps) to other sections.
  243.  
  244. >>    Type Stop in the 'State Name' field.
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. >>    Select 'OK' to return to the Course Map.
  263.  
  264. Throughout your course development, it is a good idea to give your states unique names.  This visual development environment allows you easily see what is happening in each section of your program and quickly make any changes.
  265.  
  266. Connecting the States
  267. States are connected by dragging Routes from the Exit of one State to the Entrance of the State you want to execute next.  It's easy to see in this simple program that after Course Builder finds the beginning (Start State) we want to display our Welcome and then the program is complete.
  268.  
  269. >>    Move the cursor to the Exit of Start Click and hold the mouse button down while dragging to the Entrance of Welcome.
  270.  
  271. Note that a Route is being created as you are dragging.
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. >>    When the arrow is directly over the Entrance of Welcome, release the mouse button.
  283.  
  284. If the arrow doesn't connect to the Entrance, the line will not be black.  If this is the case, select the Route by clicking once on it, and by clicking and dragging the 'handles' at the end of the Route, you can reconnect it.  If you have difficulty, simply delete the Route by selecting it and pressing the Delete key and create a new one.
  285.  
  286. >>    Create a Route from Welcome to Stop.
  287.  
  288. IMPORTANT: If you inadvertently double-click on a Route and a dialog box appears, just select 'Cancel' to close the dialog.  This is where you can create conditional routing which will be covered later in this tutorial.
  289.  
  290. Saving Course Documents
  291. Now is a good time to save your work.
  292.  
  293. >>    Choose ‚ÄòSave As‚Ķ‚Äô from the File Menu
  294.  
  295. This dialog contains two options specific to Course Builder.  At the bottom are two button which you can select to either save your course as an Application (Standalone program) or a Document (requires Course Builder to open).  For now you will save your work as a Document (default option).
  296.  
  297. >>    In the 'Save file as:' field, type in the name Example Application and then select the button labeled ‚ÄòSave‚Äô. Make certain that you are saving this file into the Course Builder Evaluation folder.
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.